module Base
{
	item zReSWAT_Gloves
	{
        DisplayCategory = Accessory,
        Type = Clothing,
        DisplayName = Gloves "SWAT",
        ClothingItem = zReSWAT_Gloves,
        BodyLocation = Hands,
        Icon = zReSWAT_Gloves,
        BloodLocation = Hands,
        ScratchDefense = 35,
        BiteDefense = 35,
        Insulation = 0.8,
        WindResistance = 0.8,
        Weight = 0.1,
        WorldStaticModel = zReSWAT_Gloves_Ground,
		FabricType = Leather,
	}

}